From d3c6fc8109bcc5c9db607d4df8cceae059618c77 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 13 Aug 2026 15:27:55 +0000 Subject: [PATCH] Report DepartDate in REPRO_STATES error message, not EntryDate --- db/schemas/lib/triggers/create/biography_data.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schemas/lib/triggers/create/biography_data.m4 b/db/schemas/lib/triggers/create/biography_data.m4 index a280928..7e2d27b 100644 --- a/db/schemas/lib/triggers/create/biography_data.m4 +++ b/db/schemas/lib/triggers/create/biography_data.m4 @@ -683,8 +683,8 @@ CREATE OR REPLACE FUNCTION biography_data_func () || ' state after they are no longer under study' || ': Key (AnimID) = (' || NEW.animid - || '), Value (EntryDate) = (' - || NEW.entrydate + || '), Value (DepartDate) = (' + || NEW.departdate || ': Key (REPRO_STATES.ID) = (' || a_reid || '), Value (REPRO_STATES.Date) = (' -- 2.34.1